projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7069dd
)
arc: add architecture to MAKEALL
author
Alexey Brodkin
<
[email protected]
>
Tue, 4 Feb 2014 08:56:20 +0000
(12:56 +0400)
committer
Tom Rini
<
[email protected]
>
Fri, 7 Feb 2014 13:14:33 +0000
(08:14 -0500)
Signed-off-by: Alexey Brodkin <
[email protected]
>
Cc: Vineet Gupta <
[email protected]
>
Cc: Francois Bedard <
[email protected]
>
Cc: Wolfgang Denk <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
MAKEALL
patch
|
blob
|
history
diff --git
a/MAKEALL
b/MAKEALL
index 562071a03e36f7e1cb170e1580a72e492a08576c..54b0d893a6b07482b5b4cd970030818622d6432b 100755
(executable)
--- a/
MAKEALL
+++ b/
MAKEALL
@@
-529,6
+529,12
@@
LIST_sparc="$(targets_by_arch sparc)"
LIST_nds32="$(targets_by_arch nds32)"
+#########################################################################
+## ARC Systems
+#########################################################################
+
+LIST_arc="$(targets_by_arch arc)"
+
#-----------------------------------------------------------------------
get_target_location() {